/ Assembly List / LJCDBClientLib / DbManager / Add

Namespace - LJCDBClientLib


Parameters
dataObject - The data record.
propertyNames - The included property names.

Returns

The Data Object with the DB assigned key values.

Syntax

C#
public DbResult Add(Object dataObject, List<String> propertyNames = null)

Adds a Data Record to the database.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.